testing.common.Fatal (method, view implemented interface methods)

9 uses

	testing (current package)
		benchmark.go#L417: 		b.Fatal("B.Loop called with timer stopped")
		benchmark.go#L967: 		b.Fatal("RunParallel: body exited without pb.Next() == false")
		fuzz.go#L252: 				f.Fatal(err)
		fuzz.go#L259: 			f.Fatal(err)
		testing.go#L1115: func (c *common) Fatal(args ...any) {
		testing.go#L1355: 		c.Fatal(err)
		testing.go#L1358: 		c.Fatal(err)
		testing.go#L1370: 				c.Fatal(err)

	go.pact.im/x/zapjournal/tests
		stubs.go#L13: 	w.t.Fatal(string(p))